All Questions
26 questions
0votes
1answer
79views
Query.RankingModelID - empty
In SharePoint KeywordQuery, if query attribute RankindModelID will have empty string assigned to it - will search engine use default ranking model for given search application instead?
1vote
1answer
288views
SharePoint 2010 RSS Viewer Web Part Accepting .XML File
I am trying to use the RSS Viewer web part on a team site and it accepts Feed URLs that end in .rss but when I insert one that ends in .xml, it doesn't load the content. Has anyone else experienced ...
1vote
0answers
344views
Add a link to display form on custom column using powershell?
I read several solutions that advice to use SharePoint Designer to modify the column xml definition. I would like to know if there is a way to do the same by using PowerShell. I have a really large ...
1vote
2answers
1kviews
How to modify XsltListViewWebpart XmlDefinition property using powershell?
I'm using Sharepoint 2010. I've looked and tested several methods to try to do what is describe in the title of this post, but none of them are working. In the best case, the so called attribute is ...
0votes
0answers
278views
Issues exporting "Person or Group" type column to XML - SharePoint 2010
We are trying to export SharePoint List to XML by building an url of the format - http://{0}/_vti_bin/owssvr.dll?Cmd=Display&List={1}&XMLDATA=TRUE {0} – The URL to your site. This could be ...
1vote
1answer
88views
Create a Cross Site Lookup in a declarative way
I can declare a lookup field with this line: <Field ID="{3EA24157-1C11-41CB-AA01-5EEEF93C2603}" Name="NewField" DisplayName="New Field" StaticName="NewField" ...
1vote
1answer
350views
ows_EncodedAbsUrl results in 404 Not Found
I'm querying SharePoint 2010 SOAP services using GetListItems. My understanding is that the URL for each item should be ows_EncodedAbsUrl. For regular lists of baseType=0, the URLs that come back ...
1vote
0answers
557views
Search Results XSLT add filename property and render document link
I'm attempting to configure the custom XSL for core results search web-part in 2010. The goal here is: Include File name property as a search target Display Link directly to the file I've ...
10votes
1answer
252views
SP2010 custom ranking model filetypes
I have a custom ranking model which works great. But is it possible to give some page layouts higher ranking than others? I started trying this with file types as a lot of the examples are using ...
2votes
2answers
415views
jquery to get xml, file urls ending with x_.000 instead of file name
I'm trying to return the URL of some attachments for a topic. I try to do the following to receive the url: $(document).ready(function() { GetFiles(); }); function GetFiles() { ...
0votes
1answer
249views
SharePoint 2010: Open .webpart file in Web Part Gallery in browser like .xml file
I am migrating from WSS 3.0 to SharePoint Server 2010. In WSS in the Web Part Gallery, I could open .xml files for a custom Web Part in the browser, as long as they had the < ?xml... > tag. With ...
0votes
2answers
2kviews
GetListItems working with ows_metadata and viewfields
This situation is not far out but is a conundrum... I am using GetListItems to query a SharePoint 2010 list. My restrictions on the list are: return back only a few select fields (on top of the the ...
0votes
1answer
1kviews
Sharepoint list to XML including the headings?
We store data regarding Scrum sprint retrospectives in a SharePoint list. I have to create a chart for visualizing this information (which is not part of this topic/problem), so I need to somehow ...
2votes
1answer
993views
Hiding Fields in Forms in List Instances Based on List Definitions
I have a list definition that I've created in XML, and multiple list instances based on that definition. On the base list definition I am hiding certain fields from the new item form in the list ...
0votes
1answer
67views
XML files to store user information or simpler solution?
We are assigning users (by group or individually) specific documents to read. I am looking to store user information such as email (the users are windows authenticated), groups that they belong, and ...